*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 20 Sep 2006 10:14:00 +0000 (10:14 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 20 Sep 2006 10:14:00 +0000 (10:14 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index c0f12377e70fccd6653b66b7b8be98367205933e..11b3cbb2cb04ef69f0e1710d8fb8bc7850f590b4 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-20  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move-partial): Call pos-visible-in-window-p with
+       position t instead of trying both window-end and window-end - 1.
+
 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el (org-scan-tags): Find end of subtrees also in
index d79ff074ba1bdfa9124a195238087d8ce7dc2968..b1a446488fbb1bc59886e009198d18ed704edc9e 100644 (file)
@@ -1,3 +1,11 @@
+2006-09-20  Kim F. Storm  <storm@cua.dk>
+
+       * windows.texi (Window Start): pos-visible-in-window-p allows
+       specifying t for position to mean "end of window".
+       Add window-line-height.
+
+       * anti.texi (Antinews): Mention window-line-height.
+
 2006-09-19  David Kastrup  <dak@gnu.org>
 
        * keymaps.texi (Searching Keymaps): Small clarification.
index bdcd6ef79091c17691c249d0e6ba31ba1a60a98d..a2e1bcfe332a2dccd698856279986e2569bf5d72 100644 (file)
@@ -3,7 +3,7 @@
        * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
        last visible glyph in window.
 
-       * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
+       * window.c (Fset_window_hscroll, Fwindow_line_height):
        Doc fix.  Use "off-window" instead of "off-screen".
        (Fpos_visible_in_window_p): Likewise.
        If POS is t, return info for last visible glyph in window.